home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / doc / www-talk.archive.Z / www-talk.archive / text0404.txt < prev    next >
Encoding:
Text File  |  1992-11-30  |  1.1 KB  |  31 lines

  1.  
  2. >  The server sends a list of available formats and the client requests the
  3. >  graphic file that it prefers.  This permits the best available graphic  
  4. quality
  5. >  on each of several possible output devices, but imposes an extra network  
  6. delay.
  7. >  Still, graphic files tend to be pretty big, so the extra delay is only a few
  8. >  % of the file's download time.
  9. >  
  10.  
  11.  
  12. We wanted to keep the whole thing down to one round trip.  So, intead of the  
  13. server sending over availble formats, the client sends over the set of
  14. formats it supports, with some preference weighting. The server makes the  
  15. decision. See some W3 design notes and  
  16. http://info.cern.ch/hypertext/WWW/Protocols/HTTP.html
  17. for some waffle about it.  It should all be in HTTP2.
  18.  
  19. I suggest a link type (attribute?) "MOVETHISTOO" which like "PRSESENTTHISTOO"  
  20. causes the linked document to be sent over whenevr the base document is moved.
  21. Thisc, ombined with the "EMBED_THIS" attribute will give the effect of a  
  22. multipart document, while allowing the format conversion to act intdependently  
  23. on each part.
  24.  
  25.     Tim
  26.     
  27. (PS: Anyone got a NeXTMail/MIME gateway?)
  28.  
  29.     
  30.  
  31.